projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ea0069
)
(create-fontset-from-x-resource): Make style variants.
author
Kenichi Handa
<handa@m17n.org>
Sat, 23 Jan 1999 05:41:29 +0000
(
05:41
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Sat, 23 Jan 1999 05:41:29 +0000
(
05:41
+0000)
lisp/international/fontset.el
patch
|
blob
|
history
diff --git
a/lisp/international/fontset.el
b/lisp/international/fontset.el
index 925ae9f97324c72aee468abd4f26126f7740df7a..a1a64080bdc67dca496bcd90d09777e1d57750b0 100644
(file)
--- a/
lisp/international/fontset.el
+++ b/
lisp/international/fontset.el
@@
-692,7
+692,7
@@
See the documentation of `create-fontset-from-fontset-spec' for the format.")
fontset-spec)
(while (setq fontset-spec (x-get-resource (concat "fontset-" idx)
(concat "Fontset-" idx)))
- (create-fontset-from-fontset-spec fontset-spec
nil
'noerror)
+ (create-fontset-from-fontset-spec fontset-spec
t
'noerror)
(setq idx (1+ idx)))))
(defsubst fontset-list ()